home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / delaunay / README < prev    next >
Encoding:
Text File  |  1995-02-06  |  380 b   |  12 lines

  1. C++ code from the article
  2. "Incremental Delaunay Triangulation"
  3. by Dani Lischinski, danix@graphics.cornell.edu
  4. in "Graphics Gems IV", Academic Press, 1994
  5.  
  6.  
  7. test.C contains an interactive test program for Delaunay triangulation.
  8. The program should compile and run on SGI workstations.
  9. Use left-mouse to add new points.
  10.  
  11. The rest of the code is more portable (not limited to SGIs).
  12.